【实例简介】B 树,哈希表等JAVA版本的JAR包。里面有源码,还有例子,API函数等
【实例截图】
【核心代码】
.
├── B 树,哈希表等JAVA版本的JAR包_jdbm-1.0.zip
└── jdbm-1.0
├── CHANGES.txt
├── LICENSE.txt
├── README.txt
├── doc
│ ├── allclasses-frame.html
│ ├── allclasses-noframe.html
│ ├── constant-values.html
│ ├── deprecated-list.html
│ ├── help-doc.html
│ ├── index-all.html
│ ├── index.html
│ ├── jdbm
│ │ ├── RecordManager.html
│ │ ├── RecordManagerFactory.html
│ │ ├── RecordManagerOptions.html
│ │ ├── RecordManagerProvider.html
│ │ ├── btree
│ │ │ ├── BPage.html
│ │ │ ├── BTree.html
│ │ │ ├── package-frame.html
│ │ │ ├── package-summary.html
│ │ │ └── package-tree.html
│ │ ├── helper
│ │ │ ├── ByteArrayComparator.html
│ │ │ ├── ByteArraySerializer.html
│ │ │ ├── CacheEvictionException.html
│ │ │ ├── CachePolicy.html
│ │ │ ├── CachePolicyListener.html
│ │ │ ├── Conversion.html
│ │ │ ├── DefaultSerializer.html
│ │ │ ├── FastIterator.html
│ │ │ ├── IntegerComparator.html
│ │ │ ├── IntegerSerializer.html
│ │ │ ├── IterationException.html
│ │ │ ├── LongComparator.html
│ │ │ ├── LongSerializer.html
│ │ │ ├── MRU.html
│ │ │ ├── ObjectBAComparator.html
│ │ │ ├── Serialization.html
│ │ │ ├── Serializer.html
│ │ │ ├── SoftCache.html
│ │ │ ├── StringComparator.html
│ │ │ ├── Tuple.html
│ │ │ ├── TupleBrowser.html
│ │ │ ├── WrappedRuntimeException.html
│ │ │ ├── package-frame.html
│ │ │ ├── package-summary.html
│ │ │ └── package-tree.html
│ │ ├── htree
│ │ │ ├── HTree.html
│ │ │ ├── package-frame.html
│ │ │ ├── package-summary.html
│ │ │ └── package-tree.html
│ │ ├── package-frame.html
│ │ ├── package-summary.html
│ │ ├── package-tree.html
│ │ └── recman
│ │ ├── BaseRecordManager.html
│ │ ├── BlockIo.html
│ │ ├── BlockView.html
│ │ ├── CacheRecordManager.html
│ │ ├── Magic.html
│ │ ├── PageHeader.html
│ │ ├── Provider.html
│ │ ├── RecordCache.html
│ │ ├── RecordFile.html
│ │ ├── TransactionManager.BlockIoComparator.html
│ │ ├── TransactionManager.html
│ │ ├── package-frame.html
│ │ ├── package-summary.html
│ │ └── package-tree.html
│ ├── overview-frame.html
│ ├── overview-summary.html
│ ├── overview-tree.html
│ ├── package-list
│ ├── resources
│ │ └── inherit.gif
│ ├── serialized-form.html
│ └── stylesheet.css
├── examples
│ ├── FamousPeople.java
│ ├── FruitBasket.java
│ └── Primes.java
└── lib
└── jdbm-1.0.jar
10 directories, 77 files
评论